home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / September 96 / Menu Keyboard Equivalents < prev    next >
Encoding:
Internet Message Format  |  1996-09-19  |  868 b   |  [TEXT/ttxt]

  1. Subject:     Menu Keyboard Equivalents
  2. Sent:        9/5/96 11:53 AM
  3. Received:    9/5/96 11:53 AM
  4. From:        kjepsen@dharbor.com (Karl Jepsen)
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List
  7.  
  8.  
  9. Menu Keyboard Equivalents and the Option key.
  10.  
  11. In our DoCharKey method we return kODFalse whenever command+option and
  12. command+shift+option keys are detected since we do not have any behavior
  13. tied to these modifier combinations.
  14.  
  15. These key combinations are incorrectly interpreted by ODF as menu keyboard
  16. equivalents. For example, pressing command+option+S or
  17. command+option+shift+S will produce the equivalent of command+S.
  18.  
  19. I can work around this by intercepting these key combinations and telling
  20. ODF that they have been handled. It seems like this behavior should be
  21. corrected in the framework.
  22.  
  23. Nolan Larsen
  24. Digital Harbor